home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / 32paft / _SETUP.1 / FTP.EXE / 0 / RCDATA / TSCHEDULEEDITFORM / TSCHEDULEEDITFORM.txt
Text File  |  1998-05-15  |  3KB  |  149 lines

  1. object ScheduleEditForm: TScheduleEditForm
  2.   Left = 335
  3.   Top = 210
  4.   Width = 283
  5.   Height = 257
  6.   Caption = 'Schedule Item'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 16
  20.     Width = 26
  21.     Height = 13
  22.     Caption = 'Date:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 8
  26.     Top = 56
  27.     Width = 26
  28.     Height = 13
  29.     Caption = 'Time:'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 8
  33.     Top = 96
  34.     Width = 61
  35.     Height = 13
  36.     Caption = 'Transfer Set:'
  37.   end
  38.   object Label4: TLabel
  39.     Left = 136
  40.     Top = 152
  41.     Width = 73
  42.     Height = 29
  43.     AutoSize = False
  44.     Caption = 'Repeat This Transfer Every:'
  45.     WordWrap = True
  46.   end
  47.   object Label5: TLabel
  48.     Left = 190
  49.     Top = 185
  50.     Width = 22
  51.     Height = 13
  52.     Caption = 'days'
  53.   end
  54.   object DateEdit1: TDateEdit
  55.     Left = 8
  56.     Top = 32
  57.     Width = 89
  58.     Height = 21
  59.     Hint = 'Date Field - Enter Date Here'
  60.     DateFormat = 'mm/dd/yyyy'
  61.     Date = '__/__/____'
  62.     MaxLength = 10
  63.     TabOrder = 0
  64.   end
  65.   object MaskEdit1: TMaskEdit
  66.     Left = 8
  67.     Top = 72
  68.     Width = 41
  69.     Height = 21
  70.     AutoSelect = False
  71.     EditMask = '!90:00;1;_'
  72.     MaxLength = 5
  73.     TabOrder = 1
  74.     Text = '  :  '
  75.   end
  76.   object ComboBox1: TComboBox
  77.     Left = 8
  78.     Top = 112
  79.     Width = 257
  80.     Height = 21
  81.     Style = csDropDownList
  82.     ItemHeight = 13
  83.     TabOrder = 2
  84.   end
  85.   object BitBtn1: TBitBtn
  86.     Left = 192
  87.     Top = 8
  88.     Width = 75
  89.     Height = 25
  90.     Caption = '&OK'
  91.     TabOrder = 6
  92.     OnClick = BitBtn1Click
  93.     Kind = bkOK
  94.   end
  95.   object BitBtn2: TBitBtn
  96.     Left = 192
  97.     Top = 40
  98.     Width = 75
  99.     Height = 25
  100.     Caption = '&Cancel'
  101.     TabOrder = 7
  102.     Kind = bkCancel
  103.   end
  104.   object BitBtn3: TBitBtn
  105.     Left = 192
  106.     Top = 72
  107.     Width = 75
  108.     Height = 25
  109.     TabOrder = 8
  110.     OnClick = BitBtn3Click
  111.     Kind = bkHelp
  112.   end
  113.   object RadioGroup1: TRadioGroup
  114.     Left = 8
  115.     Top = 144
  116.     Width = 121
  117.     Height = 65
  118.     Caption = 'ItemType'
  119.     ItemIndex = 0
  120.     Items.Strings = (
  121.       'One-Time'
  122.       'Auto-Reschedule')
  123.     TabOrder = 3
  124.     OnClick = RadioGroup1Click
  125.   end
  126.   object Edit1: TEdit
  127.     Left = 137
  128.     Top = 182
  129.     Width = 32
  130.     Height = 21
  131.     MaxLength = 2
  132.     TabOrder = 4
  133.     Text = '1'
  134.     OnKeyPress = Edit1KeyPress
  135.   end
  136.   object UpDown1: TUpDown
  137.     Left = 169
  138.     Top = 182
  139.     Width = 15
  140.     Height = 21
  141.     Associate = Edit1
  142.     Min = 0
  143.     Max = 99
  144.     Position = 1
  145.     TabOrder = 5
  146.     Wrap = False
  147.   end
  148. end
  149.